d_snprintf.test

Undocumented in source.

Members

Aliases

asprintf
alias asprintf = rpl_asprintf!alloc_func
Undocumented in source.
vasprintf
alias vasprintf = rpl_vasprintf!alloc_func
Undocumented in source.

Functions

alloc_func
void* alloc_func(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
fprintf
int fprintf(FILE* file, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
printf
int printf(string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
test
int test()
Undocumented in source. Be warned that the author may not have intended to support it.
vfprintf
int vfprintf(FILE* file, string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
vprintf
int vprintf(string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
write_file
void write_file(void* p_file, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

INT_MAX
enum INT_MAX;
Undocumented in source.
INT_MIN
enum INT_MIN;
Undocumented in source.
LONG_MAX
enum LONG_MAX;
Undocumented in source.
LONG_MIN
enum LONG_MIN;
Undocumented in source.
UINT_MAX
enum UINT_MAX;
Undocumented in source.

Variables

stdout
FILE* stdout;
Undocumented in source.

Meta